Skip to content

)}

ReactiveTableViewSource(UITableView, INotifyCollectionChanged, NSString, float) constructor

Defined in

Type: ReactiveTableViewSource Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. public ReactiveTableViewSource(UITableView tableView, INotifyCollectionChanged collection, NSString cellKey, float sizeHint)
  • 2. public ReactiveTableViewSource(UITableView tableView, INotifyCollectionChanged collection, NSString cellKey, float sizeHint, Action<UITableViewCell>? initializeCellAction)
  • 3. public ReactiveTableViewSource(UITableView tableView)

1. Overload

public ReactiveTableViewSource(UITableView tableView, INotifyCollectionChanged collection, NSString cellKey, float sizeHint)

View source

Summary: Initializes a new instance of the ReactiveTableViewSource class.

Parameters

NameTypeDescription
tableViewUITableViewThe table view.
collectionINotifyCollectionChangedThe collection.
cellKeyNSStringThe cell key.
sizeHintfloatThe size hint.

2. Overload

public ReactiveTableViewSource(UITableView tableView, INotifyCollectionChanged collection, NSString cellKey, float sizeHint, Action<UITableViewCell>? initializeCellAction)

View source

Summary: Initializes a new instance of the ReactiveTableViewSource class.

Parameters

NameTypeDescription
tableViewUITableViewThe table view.
collectionINotifyCollectionChangedThe collection.
cellKeyNSStringThe cell key.
sizeHintfloatThe size hint.
initializeCellActionAction?The initialize cell action.

3. Overload

public ReactiveTableViewSource(UITableView tableView)

View source

Summary: Initializes a new instance of the ReactiveTableViewSource class.

Parameters

NameTypeDescription
tableViewUITableViewThe table view.